home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / bestutil.zip / GDEL.DOC < prev    next >
Text File  |  1984-03-26  |  1KB  |  33 lines

  1. /*  GDEL.C
  2.  
  3.     Copyright (c) 1984, Gordon Lee Waite
  4.                 413 W. Pleasant Street
  5.                 Maquoketa, Iowa  52060
  6.  
  7.     summary:    gdel d:xxxxxxx.xxx
  8.  
  9.     arguments:    d:xxxxxxxx.xxx specifies the ambiguous file
  10.             name used for the directory search
  11.  
  12.             if the d:xxxxxxxx.xxx is left out, GCOPY
  13.             assumes the users wants *.*
  14.  
  15.     description:    GDEL is used to delete files from the current
  16.             drive.  The user may enter an ambiguous
  17.             file name.  The program then goes through the
  18.             matching files it finds in the directory and
  19.             displays them for the user.  The user marks
  20.             the files that are to be deleted.  When all
  21.             are marked, the user hits the ESC key, and
  22.             the files will be deleted.
  23.  
  24.     This program was compiled using the Manz Aztec C Compiler
  25.  
  26.     The compile and link process is as follows:
  27.  
  28.     c86 gdel.c
  29.     as86 -o gdel.o gdel.asm
  30.     ln -o gdel.exe gdel.o gorlib.lib dosa.lib videoa.lib libc.lib
  31.     multdel gdel.o gdel.asm
  32. */
  33.